Skip to content

Conversation

@leur-nordic
Copy link

autoscan: adding the .sonarcloud.properties to control file exclusions

rlubos added 30 commits June 16, 2025 10:59
… config"

This reverts commit 7c9666e.

Signed-off-by: Robert Lubos <[email protected]>
…age config"

This reverts commit 90e36d6.

Signed-off-by: Robert Lubos <[email protected]>
…lected"

This reverts commit a95032b.

Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 5e3cc22.

Signed-off-by: Robert Lubos <[email protected]>
…hardware map""

This reverts commit fe7a3c3.

Signed-off-by: Robert Lubos <[email protected]>
This reverts commit a38b6ea.

Signed-off-by: Robert Lubos <[email protected]>
This reverts commit 124f663.

Signed-off-by: Robert Lubos <[email protected]>
…it access"

This reverts commit 6ca49f6.

Signed-off-by: Robert Lubos <[email protected]>
…oftware inversion"

This reverts commit 039e3d7.

Signed-off-by: Robert Lubos <[email protected]>
…g pins for nRF54L20"

This reverts commit d606ade.

Signed-off-by: Robert Lubos <[email protected]>
…or nRF54L20"

This reverts commit 9de63a4.

Signed-off-by: Robert Lubos <[email protected]>
…rol option"

This reverts commit daac72a.

Signed-off-by: Robert Lubos <[email protected]>
…low-control"

This reverts commit 546191e.

Signed-off-by: Robert Lubos <[email protected]>
This reverts commit c3ad6ee.

Signed-off-by: Robert Lubos <[email protected]>
…l for get_config"

This reverts commit 6fcd805.

Signed-off-by: Robert Lubos <[email protected]>
…ance calculations."

This reverts commit 45d107b.

Signed-off-by: Robert Lubos <[email protected]>
…able warning"

This reverts commit 72c7013.

Signed-off-by: Robert Lubos <[email protected]>
nordic-krch and others added 25 commits June 16, 2025 11:00
Add information about nfct node status. For cpuapp status is irrelevant
because NFCT is by default assigned to cpuapp but for cpurad node needs
to have reserved status.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 9caab5b)
Add a new "if_name" pointer to the transport configuration structure,
allowing the application to bind MQTT client to a specific network
interface.

Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit 35af68b)
…oad at runtime

Add new socket offloading functions, allowing to enable/disable
offloaded DNS implementation at runtime. This may be useful if there is
a mix of offloaded/native network interfaces in the system, so the
application can choose which DNS backend to use.

Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit b18bc7c)
…g stats

net_stats_t type is an unsigned type, therefore %u should be used
instead of %d when printing values of this type, otherwise negative
values will be printer if INT32_MAX is exceeded.

Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit b877d2c)
In high throughput tests it's fairly easy to overflow the current 32-bit
byte counters in net statistics (it's just over 4 GB of data).
Therefore, make the byte counters 64-bit to prevent overflows.
Rearrange some fields to avoid padding.

Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit 86244a9)
Update memory map to be compatible with latest IronSide.

180kB is reserved.

Upstream PR #: 91667

Signed-off-by: Håkon Amundsen <[email protected]>
(cherry picked from commit 75ee1d0641164cd4f673d8296f713aae811eee58)
Add necessary changes to provide a simple, updateable radio image.

Signed-off-by: Tomasz Chyrowicz <[email protected]>
(cherry picked from commit 5e54100)
Extend SPI driver with possibility to use
- spim23, spim24,
- spis23, spis24.

Signed-off-by: Sebastian Głąb <[email protected]>
(cherry picked from commit c0a28ab)
Add UARTE23 and UARTE24 missing Kconfig options and their
translation to NRFX configuration macros.

Signed-off-by: Sebastian Głąb <[email protected]>
(cherry picked from commit 2b4f645)
…cy expectation

Allow to customize scaling factor used to compare ideal spi transfer
and measured one.

Signed-off-by: Piotr Kosycarz <[email protected]>
(cherry picked from commit d700619)
…nment

Fix the i2c loopbacks pins assignments for nrf52 and nrf53 to allow
automated testing.

Signed-off-by: Bartosz Miller <[email protected]>
(cherry picked from commit 8aa6557)
…e values

Current target-reference mapping does not cover all cases.

Signed-off-by: Michał Stasiak <[email protected]>
(cherry picked from commit 4d65854)
…ization

The GRTC counter is not cleared at startup, therefore the
`last_count` variable needs to be initialized accordingly.
This change:
- Prevents overflow of the `sys_clock_announce()` int32_t parameter
- Ensures the correct uptime value, which should be reset during
  initialization

Upstream PR #: 91432

Signed-off-by: Adam Kondraciuk <[email protected]>
…h uptime changes

Update GRTC tests to reflect uptime reset at startup.

Upstream PR #: 91432

Signed-off-by: Adam Kondraciuk <[email protected]>
Extend I2S testing with additional test cases that verify
I2S/TDM driver operation at various configurations.

Check:
- word sizes of 8, 16, 24, 32 and 48 bits;
- one, two, four and eight audio channels configuration;
- data format I2S, Left Justified, Right Justified,
  PCM Long, PCM Short;
- data order MSB and LSB first;
- bit clock and frame clock inversion;
- block size of 6 bytes;
- bit clock continuous and gated;
- internal loopback;
- pingpong option.

Signed-off-by: Sebastian Głąb <[email protected]>
(cherry picked from commit a58684d)
Add boards/nordic/**/* to the CI-boot-test scope and remove SUIT labels.

Signed-off-by: Robert Stypa <[email protected]>
…A Eng A

Errata 55 applies to nRF54LV10A Eng A as well.

Upstream PR #: 91682

Signed-off-by: Nikodem Kastelik <[email protected]>
Added automatic KMU key provisioning, when keyfile.json
file exists in the build directory.
This enables automated key provisioning during the
flashing process to enable testing nRF54L aplications using Twister.
Only applicable on nrfutil runner.

Signed-off-by: Grzegorz Chwierut <[email protected]>
(cherry picked from commit db3c344)
Fixed board page in zephyr.

Signed-off-by: Richa Pandey <[email protected]>
Pull fix to free TX packets early once handed over to nRF70.

Signed-off-by: Chaitanya Tata <[email protected]>
(cherry picked from commit f4b5898)
… controlling

Update nrf_wifi for dynamic bandwidth signal controlling through
command init.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
(cherry picked from commit 3c6cd19)
…ignalling

Add Kconfig to enable/disable  Dynamic Bandwidth Signalling.

Signed-off-by: Kapil Bhatt <[email protected]>
(cherry picked from commit 1037a0c)
Update nrf_wifi for dynamic ED controlling through
command init.

Upstream PR #: 91806

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
Add Kconfig to enable/disable Dynamic ED which add support for
proprietary algorithm to enhance performance in high-traffic channels.

Upstream PR #: 91806

Signed-off-by: Kapil Bhatt <[email protected]>
Add new function called _cache_all_check that cache all if
NRF_CACHE has no LINEADDR.

Signed-off-by: Travis Lam <[email protected]>
(cherry picked from commit 10f35d7)
@@ -0,0 +1,36 @@
# This file is used by the SonarCloud GitHub App to configure the SonarCloud Automatic Analysis.
# https://sonarcloud.io/project/overview?id=nrfconnect_sdk-nrf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update for zephyr

autoscan: adding the .sonarcloud.properties to control file exclusions
Signed-off-by: Leif Harald Urlaub <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.